home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 20 / macformat_20.iso / mac / Shareware / Comunicaciones / commsService 3.01 / AppleScripts / Service Launch Example < prev    next >
Text File  |  1995-08-15  |  191b  |  8 lines

  1. tell application "commsService"
  2.     try
  3.         set launchName to open "Monash University"
  4.     on error errMsg
  5.         beep
  6.         display dialog "commsService error - " & return & return & errMsg
  7.     end try
  8. end tell